home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "QRList.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TQRListForm *QRListForm;
- //---------------------------------------------------------------------
- // QuickReport einfache Listen-Schablone
- // - Verbinden Sie eine Datasource- mit einer QuickReport-Komponente
- // - Setzen Sie die QRDBText-Komponenten auf den Detail-Balken
- //---------------------------------------------------------------------
- __fastcall TQRListForm::TQRListForm(TComponent* AOwner)
- : TForm(AOwner)
- {
- }
- //---------------------------------------------------------------------
-